home *** CD-ROM | disk | FTP | other *** search
- object OptionsDlg: TOptionsDlg
- Left = 213
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 233
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Default'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 217
- Shape = bsFrame
- end
- object Slow: TLabel
- Left = 36
- Top = 72
- Width = 23
- Height = 13
- Caption = 'Slow'
- end
- object Fast: TLabel
- Left = 241
- Top = 72
- Width = 20
- Height = 13
- Caption = 'Fast'
- end
- object Label1: TLabel
- Left = 36
- Top = 144
- Width = 20
- Height = 13
- Caption = 'Low'
- end
- object Label2: TLabel
- Left = 239
- Top = 144
- Width = 22
- Height = 13
- Caption = 'High'
- end
- object Speed: TLabel
- Left = 133
- Top = 24
- Width = 31
- Height = 13
- Caption = '&Speed'
- FocusControl = SpeedSet
- end
- object Population: TLabel
- Left = 123
- Top = 96
- Width = 50
- Height = 13
- Caption = '&Population'
- FocusControl = PopulationSet
- end
- object Time: TLabel
- Left = 121
- Top = 168
- Width = 54
- Height = 13
- Caption = '&Game Time'
- FocusControl = GameTimeSet
- end
- object OKBtn: TButton
- Left = 300
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 300
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object SpeedSet: TTrackBar
- Left = 36
- Top = 40
- Width = 225
- Height = 25
- Max = 30
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- object PopulationSet: TTrackBar
- Left = 36
- Top = 112
- Width = 225
- Height = 25
- Max = 35
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- object GameTimeSet: TEdit
- Left = 116
- Top = 184
- Width = 65
- Height = 21
- TabOrder = 4
- Text = '150'
- end
- end
-